home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 121_01 / tl370.doc < prev    next >
Text File  |  1985-08-19  |  2KB  |  68 lines

  1.  
  2.      TL370 (1)                 BDS C Users' Group                 TL370 (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           tl370 - dumb terminal emulator with file transfer 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.           tl370             tl370 
  11.  
  12.      DESCRIPTION        DESCRIPTION 
  13.           TL370 is a modified version of Telnet v2.3, as distributed 
  14.           with v1.46 of the BDS C compiler.  The modification consists 
  15.           of the addition of optional XON/XOFF handshaking for file 
  16.           transmission.  
  17.           This program uses a modem to emulate a dumb terminal.  
  18.           Incoming data may be buffered in memory and written to disk, 
  19.           data may be transmitted from disk to the modem, or files may 
  20.           be formally transferred in a "checksum" mode with automatic 
  21.           handshaking and buffering.  
  22.  
  23.      CAVEATS        CAVEATS 
  24.           This program was tested with v1.50 of the BDS C compiler 
  25.           under CP/M 2.2.  It should work with other versions of BDS C 
  26.           and CP/M, but has not been tested.  
  27.  
  28.      SEE ALSO        SEE ALSO 
  29.           tel(1),telnet(1) 
  30.  
  31.      WARNINGS        WARNINGS 
  32.           The checksum file transfer does not follow the XMODEM 
  33.           protocol.  
  34.  
  35.      BUGS        BUGS 
  36.           TL370 assumes that the CP/M console is much faster than the 
  37.           modem (e.g. a 1200+ baud console with a 300 baud modem).  
  38.  
  39.      NOTES        NOTES 
  40.           Requires local.c for link.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  uses a modem to emulate a dumb terminal.  
  68.           Incoming data may be buffered in memor